projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1abd6f4
)
HCY: add build bits neccesary for compilation
author
Øyvind Kolås
<pippin@gimp.org>
Fri, 28 Apr 2017 13:19:10 +0000
(15:19 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 28 Apr 2017 13:19:10 +0000
(15:19 +0200)
extensions/Makefile.am
patch
|
blob
|
history
diff --git
a/extensions/Makefile.am
b/extensions/Makefile.am
index 923ddada8d9d6098a76f42a5b1f7b7093fd517a2..f09ec875982fd2a85b09d661d26fcb173caf1bf5 100644
(file)
--- a/
extensions/Makefile.am
+++ b/
extensions/Makefile.am
@@
-29,6
+29,7
@@
ext_LTLIBRARIES = \
float.la \
fast-float.la \
naive-CMYK.la \
+ HCY.la \
HSL.la \
HSV.la \
simple.la \
@@
-52,6
+53,7
@@
gggl_la_SOURCES = gggl.c
gimp_8bit_la_SOURCES = gimp-8bit.c
grey_la_SOURCES = grey.c
naive_CMYK_la_SOURCES = naive-CMYK.c
+HCY_la_SOURCES = HCY.c
HSL_la_SOURCES = HSL.c
HSV_la_SOURCES = HSV.c
sse2_float_la_SOURCES = sse2-float.c